Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps lefthook from 1.13.2 to 2.0.0.

Release notes

Sourced from lefthook's releases.

v2.0.0

Changelog

  • c7ae2cf638cbf1e6f72454b80c633be84af63a83 feat: use sh as command executor on Windows (#1166)
  • 25948ab1ae9b6cb5e16cff65fbb025071c577097 fix: accept --fail-on-changes=false as override value (#1168)
  • 21d607caebaff8b136f43810e4832d214df3e16a refactor!: drop deprecated skip_output option (#1159)
  • 56264b2026033d70ec96903c5ce2dbdccaebce9d refactor!: drop support for exclude regexp (#1162)
  • 32a6a397682d0177c048c47488fa95ea725326da refactor!: use another cli framework (#1155)

v1.13.6

Changelog

  • 81cf47b0870657b86a054d9b427f81738d887b50 fix: embed jsonschema into binary (#1158)

v1.13.5

Changelog

  • 18592b7b72554c9842be6183ea9b51364dc42bad Fix Terminal Width Handling for Spinner Hook Names (#1150)
  • 1eeb7202dce28b73d8dc2b854d13e824130ff111 chore: a small cleanup
  • 2547c43aa155765c1431ac0fbc8261595dcc8b1a chore: fix naming for integration tests (#1146)
  • ffcfc29a10c48efb24f92c6fecc124eb4fd08db0 chore: tests improvements (#1148)
  • ccaeb214c9c9fd7c1b4ef59dcb6115ab4a83a8c1 ci: codecov (#1147)
  • 38926f4f750ac7e88c31723489a6e4f808d4e717 fix: add comprehensive tests for spinner name formatting (#1145)
  • d59cee94e958729040e80b7af631a2acd1ab0b5b refactor: use semver to check versions (#1152)

v1.13.4

Changelog

  • 762f01893915b8563f041eef2f994e3b0b4efb3a fix: add exclude option to hook level (#1141)
  • 54caac5c59ccb2d744f7888adb2aaea572f5e5f1 fix: allow skipping groups (#1140)

v1.13.3

Changelog

  • 2e83761a2c9b587c18b81003344566659ee931eb deps: September 2025 (#1139)
  • 116f89632b19785e06da697caac988ac369dc730 fix: concurrent map access issue (#1138)
Changelog

Sourced from lefthook's changelog.

2.0.0 (2025-10-20)

Breaking changes

  • exclude option no longer accepts regexp, only globs.
  • skip_output option is dropped, use output instead.
  • Some CLI arguments have changed their names to make it more consistent. See lefthook run -h for details.
  • for only and skip options with - run: '...' values the command executer was changed to Bourne Shell.

Commits

  • fix: accept --fail-on-changes=false as override value (#1168) by @​mrexox
  • feat: [breaking] use sh as command executor on Windows (#1166) by @​mrexox
  • refactor: [breaking] drop support for exclude regexp (#1162) by @​mrexox
  • refactor: [breaking] drop deprecated skip_output option (#1159) by @​mrexox
  • refactor: [breaking] use another cli framework (#1155) by @​mrexox

1.13.6 (2025-09-30)

1.13.5 (2025-09-29)

1.13.4 (2025-09-23)

1.13.3 (2025-09-23)

Commits
  • 509b737 2.0.0: new CLI parser and deprecations drop
  • 25948ab fix: accept --fail-on-changes=false as override value (#1168)
  • c7ae2cf feat: use sh as command executor on Windows (#1166)
  • 56264b2 refactor!: drop support for exclude regexp (#1162)
  • 21d607c refactor!: drop deprecated skip_output option (#1159)
  • 32a6a39 refactor!: use another cli framework (#1155)
  • 57a23f9 docs: fix typo in local.md (#1160)
  • 539f66c 1.13.6: embed jsonschema into binary
  • 81cf47b fix: embed jsonschema into binary (#1158)
  • e5743b3 1.13.5: adaptive width in the terminal
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [lefthook](https://github.com/evilmartians/lefthook) from 1.13.2 to 2.0.0.
- [Release notes](https://github.com/evilmartians/lefthook/releases)
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](evilmartians/lefthook@v1.13.2...v2.0.0)

---
updated-dependencies:
- dependency-name: lefthook
  dependency-version: 2.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 20, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 27, 2025

Superseded by #66.

@dependabot dependabot bot closed this Oct 27, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/lefthook-2.0.0 branch October 27, 2025 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant